home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_160.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  282 b   |  11 lines

  1. ISBLANK 
  2. Determines whether an expression is blank (TRUE) or whether there is a number or text in the expression (FALSE).
  3.  
  4. Format: ISBLANK (value)
  5.  
  6. Argument:
  7. ΓÇó  value: A text or numeric expression.
  8.  
  9. Example:
  10. ISBLANK ("test") returns FALSE.
  11. Shows that the expression is not blank.